aboutsummaryrefslogtreecommitdiff
path: root/src/yue_wasm.cpp
diff options
context:
space:
mode:
authorLi Jin <dragon-fly@qq.com>2022-01-04 09:24:22 +0800
committerLi Jin <dragon-fly@qq.com>2022-01-04 09:24:22 +0800
commit5ed4725dc826c5e72c0d39543b3d688e236dd54d (patch)
tree16bc73473799d8feb5724624d3cf22a6c7d9b250 /src/yue_wasm.cpp
parent94033fae535db801a910196d5d9768c92eda71d4 (diff)
downloadyuescript-5ed4725dc826c5e72c0d39543b3d688e236dd54d.tar.gz
yuescript-5ed4725dc826c5e72c0d39543b3d688e236dd54d.tar.bz2
yuescript-5ed4725dc826c5e72c0d39543b3d688e236dd54d.zip
New year.
Diffstat (limited to 'src/yue_wasm.cpp')
-rw-r--r--src/yue_wasm.cpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/yue_wasm.cpp b/src/yue_wasm.cpp
index 3a9f9ad..8c93eb1 100644
--- a/src/yue_wasm.cpp
+++ b/src/yue_wasm.cpp
@@ -1,3 +1,11 @@
1/* Copyright (c) 2022 Jin Li, dragon-fly@qq.com
2
3Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
4
5The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
6
7THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
8
1#include "yuescript/yue_compiler.h" 9#include "yuescript/yue_compiler.h"
2 10
3extern "C" { 11extern "C" {