Got a basic WebAssembly module compiling with support for calling jsStdPrint through printf implementation (provided by stb_sprintf.h). We have a single function "HelloFromWasm" exported for testing purposes. Pulled in a bunch of standard library headers from PigCore's wasm layer.
This commit is contained in:
14
CWasm.sublime-project
Normal file
14
CWasm.sublime-project
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"folders":
|
||||
[
|
||||
{
|
||||
"path": ".",
|
||||
"file_exclude_patterns": [
|
||||
"*.o",
|
||||
],
|
||||
"folder_exclude_patterns": [
|
||||
"build",
|
||||
],
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user