Skip to content
@wasmcode

wasmcode

Wasm-Code

Hello there đź‘‹!

I created this org as a playground for trying to get low level languages into the web-development circle. In the future, you will find bundler plugins, editor support, supporting packages and docs here (hopefully).

The plan is to include support for most languages with a LLVM frontend, so languages like C, Rust, and soon also V. They would then be converted into wasm modules by the bundler, and all imports and glue code would be added.

The vision is to be able to just:

import { fib } from './lib/math.v'

const fib_50 = fib(50)
console.log(typeof fib_50)  // number


Walks like TypeScript, runs like native.

Pinned Loading

  1. plugin-webpack plugin-webpack Public

    An entirely new experience with including low-level, highly performant code in your web apps.

    TypeScript

Repositories

Showing 2 of 2 repositories
  • plugin-webpack Public

    An entirely new experience with including low-level, highly performant code in your web apps.

    wasmcode/plugin-webpack’s past year of commit activity
    TypeScript 0 Apache-2.0 0 0 1 Updated Mar 15, 2023
  • .github Public
    wasmcode/.github’s past year of commit activity
    0 0 0 0 Updated Aug 30, 2022

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…