ihs-wasm

2.0.41 • Public • Published

ihs-wasm

This package contains wasm modules to be used for webapps. For the moment, the package is only for internal testing.

USAGE

Add the following inside the head tag:

 <script src = 'https://unpkg.com/ihs-wasm@latest/modules/functions/js/functions.js'></script>

Inside your html or js, the modules can be used as below:

<script>
    functionsCPP()
    .then(cppF => {

        .......
        cppF.function_name(functions_args);
        .......
        
    })
    .catch((err)=>{ console.log(err) });  
</script>    

DOCUMENTATION

on the way ....

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i ihs-wasm

      Weekly Downloads

      0

      Version

      2.0.41

      License

      MIT

      Unpacked Size

      656 kB

      Total Files

      6

      Last publish

      Collaborators

      • pmcexpert