Skip to content

OUIsolutions/C2Wasm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 

Repository files navigation

C2Wasm

A ecmmscripten facilitator to wasm , allowing to control js inside c

Most simple example

#include "c2wasm.c"

int main(){
  c2wasm_start();

  c2wasm_set_int_prop(&c2wasm_window, "teste", 33);
  c2wasm_set_string_prop(&c2wasm_window, "teste2", "hello world");
}

About

A ecmmscripten facilitator to wasm

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages